Package-level declarations

Types

Link copied to clipboard
sealed class AudioDevice

Audio devices headset infers a device that has a combination of a headphones and microphone.

Link copied to clipboard

Service provides for the APIs for controlling audio and audio devices Ensure microphone permission is granted to have audio experience

Link copied to clipboard
Link copied to clipboard
data class VideoDevice(val id: String, val name: String, val isFlashAvailable: Boolean, val is720pCapable: Boolean)

Video device

Link copied to clipboard

Service provides for the APIs for controlling camera and self video Ensure camera permissions are granted to have video experience